Home
last modified time | relevance | path

Searched hist:"5 cdcc22f" (Results 1 – 1 of 1) sorted by path

/linux/crypto/
H A Drmd160.c5cdcc22f Mon Jun 02 11:30:38 GMT 2008 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] rmd: Use pointer form of endian swapping operations

This patch converts the relevant code in the rmd implementations to
use the pointer form of the endian swapping operations. This allows
certain architectures to generate more optimised code. For example,
on sparc64 this more than halves the CPU cycles on a typical hashing
operation.

Based on a patch by David Miller.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>